home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / encrypt < prev    next >
Text File  |  2001-03-21  |  2KB  |  53 lines

  1. Synopsis:
  2.    encrypt [<nickname|channel> [<key>]]
  3.  
  4. Description:
  5.    This allows you to maintain an encrypted conversation with a person
  6.    or channel.  Any messages you send to the specified target will
  7.    automatically be encrypted.  If the recipient has likewise specified
  8.    the proper encryption key for you, the incoming message will
  9.    automatically be decrypted.  Both parties must use the same key for
  10.    the messages to be decrypted.  Anyone receiving an encrypted message
  11.    without specifying the proper key will instead see "[ENCRYPTED
  12.    MESSAGE]" on their screen.
  13.  
  14.    Unencrypted messages may still be sent to targets which you are
  15.    currently encrypting messages to.  This is done by inserting a ^E
  16.    (control-E) as the first character of the message.  This must be a
  17.    literal ^E, so it will either need to be quoted with whatever key is
  18.    bound to QUOTE_CHARACTER, or be bound to SELF_INSERT.  It will
  19.    appear in your input line as "E".
  20.  
  21.    If no arguments are specified, a list of nicknames (or channels)
  22.    that encrypted messages are being sent to is shown, along with their
  23.    respective keys.  If only a nickname or channel is given, the
  24.    encrypted session with that target is ended.
  25.  
  26. Examples:
  27.    To start an encrypted session with JoeBob using the key "foobar":
  28.       /encrypt joebob foobar
  29.  
  30.    To start an encrypted session with channel #blah using key "booya":
  31.       /encrypt #blah booya
  32.  
  33.    To list your current encrypted sessions:
  34.       /encrypt
  35.  
  36.    To end your encrypted session with JoeBob:
  37.       /encrypt joebob
  38.  
  39. See Also:
  40.    SET ENCRYPT_PROGRAM
  41.  
  42. Other Notes:
  43.    IrcII's built-in encryption is fine for most purposes, but since the
  44.    raw algorithm is hardcoded into the client, it's not terribly secure.
  45.    It is generally suitable to deter prying eyes, but is certainly not
  46.    suitable for genuinely sensitive transactions.  If this bothers you,
  47.    an external encryption program may be used.  You will need to set
  48.    ENCRYPT_PROGRAM to this program's path.
  49.  
  50.    Encrypted messages may be sent across DCC CHAT connections.  However,
  51.    non-EPIC3 clients will probably be confused by them.
  52.  
  53.